[INFO] cloning repository https://github.com/rosalogia/bika-town
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rosalogia/bika-town" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frosalogia%2Fbika-town", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frosalogia%2Fbika-town'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 555181bf1b3c72a6847dc47f6e1e383c8721a87a
[INFO] checking rosalogia/bika-town against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frosalogia%2Fbika-town" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rosalogia/bika-town
[INFO] finished tweaking git repo https://github.com/rosalogia/bika-town
[INFO] tweaked toml for git repo https://github.com/rosalogia/bika-town written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rosalogia/bika-town on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rosalogia/bika-town already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libflate v0.1.27
[INFO] [stderr]   Downloaded tiled v0.9.5
[INFO] [stderr]   Downloaded crc32fast v1.3.0
[INFO] [stderr]   Downloaded serde_derive v1.0.131
[INFO] [stderr]   Downloaded serde v1.0.131
[INFO] [stderr]   Downloaded scoped-tls-hkt v0.1.2
[INFO] [stderr]   Downloaded legion_codegen v0.4.0
[INFO] [stderr]   Downloaded paste v1.0.6
[INFO] [stderr]   Downloaded ron v0.7.0
[INFO] [stderr]   Downloaded proc-macro2 v1.0.34
[INFO] [stderr]   Downloaded syn v1.0.82
[INFO] [stderr]   Downloaded legion v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 84b5eac912158f4ba36140021ddb8b7981c9d367dc615c5bdc0c12bc1b397923
[INFO] running `Command { std: "docker" "start" "84b5eac912158f4ba36140021ddb8b7981c9d367dc615c5bdc0c12bc1b397923", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84b5eac912158f4ba36140021ddb8b7981c9d367dc615c5bdc0c12bc1b397923", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84b5eac912158f4ba36140021ddb8b7981c9d367dc615c5bdc0c12bc1b397923" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84b5eac912158f4ba36140021ddb8b7981c9d367dc615c5bdc0c12bc1b397923", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84b5eac912158f4ba36140021ddb8b7981c9d367dc615c5bdc0c12bc1b397923" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling proc-macro2 v1.0.34
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.131
[INFO] [stderr]    Compiling serde v1.0.131
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling sdl2-sys v0.34.5
[INFO] [stderr]    Compiling zstd-safe v2.0.6+zstd.1.4.7
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]    Compiling erased-serde v0.3.16
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling sdl2 v0.34.5
[INFO] [stderr]     Checking rle-decode-fast v1.0.1
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking base64 v0.10.1
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]     Checking xml-rs v0.8.4
[INFO] [stderr]     Checking atomic_refcell v0.1.8
[INFO] [stderr]     Checking bit-set v0.5.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.5
[INFO] [stderr]     Checking scoped-tls-hkt v0.1.2
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]     Checking libflate v0.1.27
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking rayon-core v1.9.1
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking rayon v1.5.1
[INFO] [stderr]    Compiling zstd-sys v1.4.18+zstd.1.4.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling legion_codegen v0.4.0
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking ron v0.7.0
[INFO] [stderr]     Checking legion v0.4.0
[INFO] [stderr]     Checking zstd v0.5.4+zstd.1.4.7
[INFO] [stderr]     Checking tiled v0.9.5
[INFO] [stderr]     Checking bika-town v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Cringe` is never constructed
[INFO] [stdout]   --> src/models/components.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum Gender {
[INFO] [stdout]    |          ------ variant in this enum
[INFO] [stdout] 19 |     Cringe = 0,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Gender` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Mage`, `FireMage`, and `Archer` are never constructed
[INFO] [stdout]   --> src/models/components.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub enum PlayerClass {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 34 |     Warrior,
[INFO] [stdout] 35 |     Mage,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 36 |     FireMage,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 37 |     Archer,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PlayerClass` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Death` and `TakingDamage` are never constructed
[INFO] [stdout]    --> src/models/components.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub enum PlayerState {
[INFO] [stdout]     |          ----------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 116 |     Death = 3,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 117 |     TakingDamage = 4,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PlayerState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Id` is never constructed
[INFO] [stdout]    --> src/models/components.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct Id(pub u32);
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Quit` is never constructed
[INFO] [stdout]    --> src/models/components.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub enum Input {
[INFO] [stdout]     |          ----- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 127 |     Quit,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]  --> src/util.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Config {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/util.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Config {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 11 |     pub fn from(file: &'static str) -> Result<Self, Box<dyn std::error::Error>> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TileSheet` is never constructed
[INFO] [stdout]   --> src/util.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct TileSheet {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/util.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl TileSheet {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 53 |     pub fn from(file: &'static str) -> Result<Self, Box<dyn std::error::Error>> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Cringe` is never constructed
[INFO] [stdout]   --> src/models/components.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum Gender {
[INFO] [stdout]    |          ------ variant in this enum
[INFO] [stdout] 19 |     Cringe = 0,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Gender` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Mage`, `FireMage`, and `Archer` are never constructed
[INFO] [stdout]   --> src/models/components.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub enum PlayerClass {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 34 |     Warrior,
[INFO] [stdout] 35 |     Mage,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 36 |     FireMage,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 37 |     Archer,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PlayerClass` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Death` and `TakingDamage` are never constructed
[INFO] [stdout]    --> src/models/components.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub enum PlayerState {
[INFO] [stdout]     |          ----------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 116 |     Death = 3,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 117 |     TakingDamage = 4,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PlayerState` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Id` is never constructed
[INFO] [stdout]    --> src/models/components.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct Id(pub u32);
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Quit` is never constructed
[INFO] [stdout]    --> src/models/components.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub enum Input {
[INFO] [stdout]     |          ----- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 127 |     Quit,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]  --> src/util.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Config {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/util.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Config {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 11 |     pub fn from(file: &'static str) -> Result<Self, Box<dyn std::error::Error>> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TileSheet` is never constructed
[INFO] [stdout]   --> src/util.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct TileSheet {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/util.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl TileSheet {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 53 |     pub fn from(file: &'static str) -> Result<Self, Box<dyn std::error::Error>> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.20s
[INFO] running `Command { std: "docker" "inspect" "84b5eac912158f4ba36140021ddb8b7981c9d367dc615c5bdc0c12bc1b397923", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84b5eac912158f4ba36140021ddb8b7981c9d367dc615c5bdc0c12bc1b397923", kill_on_drop: false }`
[INFO] [stdout] 84b5eac912158f4ba36140021ddb8b7981c9d367dc615c5bdc0c12bc1b397923
